GetManifestForFrameRequest

data class GetManifestForFrameRequest(frameId: FrameId)

Represents request frame that can be used with ApplicationCache#getManifestForFrame operation call.

Returns manifest URL for document in the given frame.

See also

Constructors

GetManifestForFrameRequest
Link copied to clipboard
fun GetManifestForFrameRequest(frameId: FrameId)

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Identifier of the frame containing document whose manifest is retrieved.

Sources

jvm source
Link copied to clipboard